.abt-socio-bg.abt-bg-mobile{
    display: block;
}
.abt-socio-bg.abt-bg-desktop{
    display: none;
}
.abt-socio-bg.abt-bg-mobile{
    object-fit: cover;
}
.contact-us-pg{
    background: #000000;
    color: #ffffff;
    padding: 0px 0px 100px 0px;
}
.contact-us-pg .col-heading-section{
    margin-bottom: 35px;
}
.contact-us-page-wrapper{
    position: relative;
    padding: 14px;
}
.contact-us-pg .breadcrumb-link{
    color: #ffffff;
}
.contact-tag-line{
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
}
.name-email-wrapper{
    display: grid;
    grid-row-gap: 13px;
}
.name-email-wrapper .contct-field,.contct-field{
    background: #090416;
    border: 1px solid #FFFFFF;
    border-radius: 1px;
    font-size: 17px;
    padding: 11px 17px;
    font-size: 17px;
    color: #FFFFFF;

}
.contct-field:focus,.contct-field:visited{
    background: #FFFFFF;
    color: #090416;
    transition: .2s ease-in-out;
}
.contct-field.cnt-msg-field{
    width: 100%;
    margin-top: 13px;
}
/* textarea#meassage::before {
    content: "";
    position: absolute;
    background-image: url("../images/Pen-icon.svg");
    background-repeat: no-repeat;
} */
/* message sent section */
.message-sent-section{
    margin-top: 143px;
}
@media (min-width: 992px){
    .abt-socio-bg.abt-bg-desktop{
        display: block;
    }
    .abt-socio-bg.abt-bg-mobile{
        display: none;
    }
    .contact-us-pg .col-heading-section{
        margin-bottom: 58px;
    }
    .contact-us-form{
        max-width: 774px;
        margin: 0px auto;
    }
    .name-email-wrapper{
        display: flex;
        align-items: center;
        column-gap: 10px;
        margin-bottom: 10px;
    }
    .name-email-wrapper .contct-field{
        flex-grow: 1;
    }
    .contct-field.cnt-msg-field{
        margin-top: 0px;
    }
}